Bump to 0.13.0
authorAlex Crichton <alex@alexcrichton.com>
Thu, 7 Jul 2016 16:44:05 +0000 (09:44 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 7 Jul 2016 16:44:05 +0000 (09:44 -0700)
Cargo.lock
Cargo.toml
Makefile.in

index 7db2c69a6f890a8a086203c8c3721b4cbd023bad..292667e2cd8a48c8115ca13c4b7d9eb4e52e0af0 100644 (file)
@@ -1,6 +1,6 @@
 [root]
 name = "cargo"
-version = "0.12.0"
+version = "0.13.0"
 dependencies = [
  "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -66,7 +66,7 @@ name = "cargotest"
 version = "0.1.0"
 dependencies = [
  "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "cargo 0.12.0",
+ "cargo 0.13.0",
  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "flate2 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
  "git2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
index fc92dd56d657c55ee76df59265d4aa9fc09dc4d8..0e6af9e6ca3c67891cf613079f89b269a98e47be 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.12.0"
+version = "0.13.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
index 7b7de693204c45c598540dbf47e314e799fd3b5a..e6dff63e006acb210b23503ffd52e8ece719b9ca 100644 (file)
@@ -1,4 +1,4 @@
-CFG_RELEASE_NUM=0.12.0
+CFG_RELEASE_NUM=0.13.0
 CFG_RELEASE_LABEL=
 
 OPENSSL_VERS=1.0.2h